home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / star-rebellion.swf / scripts / Image_rock_attack.as < prev    next >
Text File  |  2011-08-19  |  269b  |  15 lines

  1. package
  2. {
  3.    import flash.display.BitmapData;
  4.    
  5.    public dynamic class Image_rock_attack extends BitmapData
  6.    {
  7.        
  8.       
  9.       public function Image_rock_attack(param1:Number, param2:Number)
  10.       {
  11.          super(param1,param2);
  12.       }
  13.    }
  14. }
  15.